########################################################################################
# TrueSight Server Automation 
# Product Version:  TSSA 23.2
# 
########################################################################################
#	This hotfix only applicable for TSSA 23.2 with TSAC 23.3
#
########################################################################################
#			File									Md5sum
#=====================================================================================
#	rest.war                                       48B248557D34DC6BFD5EF88ECCC41EB9
#
#=====================================================================================
#	How to Apply Hotfix:
################################################################################################################################################################
#Pre-requisite: Download the HF files into appserver "temp" folder location and validate the md5sum after downloaded.
#
#	1. Stop all the application server, Spawner or any other NSH process
#
#	2. Take backup of rest.war from <TSSA install location>/NSH/br/deployments/default/tomcat/webapps location to directory outside of <TSSA install location>
#		2a.Additional: Take the rest folder backup and remove from <TSSA install location>/NSH/br/deployments/default/tomcat/webapps location to directory outside of <TSSA install location>
#
#	3. From temp location copy rest.war file(HF) and replace the same into <TSSA install location>/NSH/br/deployments/default/tomcat/webapps
#	- Make sure permissions/ownership/attributes of replaced file are set correctly and match with the original file.
#
#	4. Start all TSSA services.
#
#	5. Make sure rest folder get created under <TSSA install location>/NSH/br/deployments/default/tomcat/webapps/ after restart.
	6. Restart TSAC Application service
	./stackmanager stop --deployment=application
	./stackmanager start --deployment=application
	Check Status:
	./stackmanager status --deployment=application
################################################################################################################################################################
#   END README
################################################################################